Appliance Networking Interfaces Ipv6 AddressInfo

Appliance Networking Interfaces Ipv6 AddressInfo
Appliance Networking Interfaces Ipv6 AddressInfo

The Appliance Networking Interfaces Ipv6 AddressInfo schema provides the structure that you can use to get information about an IPv6 address along with its origin and status.

This schema was added in vSphere API 6.7.

JSON Example
{
    "origin": "string",
    "status": "string",
    "address": "string",
    "prefix": 0
}
string
origin
Required

The Origin of the IPv6 address. For more information, see RFC 4293.

For more information see: Appliance Networking Interfaces Ipv6 Origin.

This property was added in vSphere API 6.7.

string
status
Required

The Status of the IPv6 address. For more information, see RFC 4293.

For more information see: Appliance Networking Interfaces Ipv6 Status.

This property was added in vSphere API 6.7.

string
address
Required

The IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a.

This property was added in vSphere API 6.7.

integer As int64 As int64
prefix
Required

The IPv6 CIDR prefix, for example, 64.

This property was added in vSphere API 6.7.